This repository was archived by the owner on Aug 8, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): update all dependencies #133
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
66ccb99 to
54f1dc6
Compare
54f1dc6 to
460b935
Compare
460b935 to
fb0a1f1
Compare
fb0a1f1 to
0b0ab40
Compare
0b0ab40 to
87253db
Compare
87253db to
70c449d
Compare
70c449d to
a72a43f
Compare
a72a43f to
aa0d19e
Compare
aa0d19e to
67e5aa2
Compare
67e5aa2 to
4e94aff
Compare
4e94aff to
121f413
Compare
121f413 to
000f779
Compare
000f779 to
1fc5115
Compare
1fc5115 to
1dab324
Compare
1dab324 to
1812366
Compare
1812366 to
6fe82dd
Compare
6fe82dd to
7f12189
Compare
7f12189 to
05a95f0
Compare
05a95f0 to
34a8793
Compare
34a8793 to
9870984
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
7.25.2->7.26.03.9.0->3.9.17.13.1->7.14.17.13.1->7.14.17.13.1->7.14.12.2.7->2.3.05.56.2->5.60.55.58.0->5.60.522.7.4->22.9.018.3.10->18.3.1218.3.0->18.3.18.8.0->8.14.08.8.0->8.14.014.2.13->15.0.32.30.0->2.31.06.10.0->6.10.27.37.0->7.37.24.6.2->5.0.014.2.13->15.0.34.24.8->4.24.108.4.47->8.4.497.53.0->7.53.22.5.2->2.5.43.4.13->3.4.154.26.1->4.27.05.6.2->5.6.3Release Notes
babel/babel (@babel/core)
v7.26.0Compare Source
v7.25.9Compare Source
🐛 Bug Fix
babel-parser,babel-template,babel-typessyntacticPlaceholdersmode (@liuxingbaoyu)babel-helper-compilation-targets,babel-preset-envClassAccessorPropertyto prevent theno-undefrule (@victorenator)🏠 Internal
babel-helper-transform-fixture-test-runner🏃♀️ Performance
babel-parser,babel-typesVISITOR_KEYSetc. faster to access (@liuxingbaoyu)v7.25.8Compare Source
🐛 Bug Fix
babel-coreresolvePlugin/resolvePreset(@nicolo-ribaudo)🏠 Internal
babel-parser,babel-plugin-proposal-async-do-expressions,babel-plugin-proposal-destructuring-private,babel-plugin-proposal-do-expressions,babel-plugin-proposal-explicit-resource-management,babel-plugin-proposal-export-default-from,babel-plugin-proposal-function-bind,babel-plugin-proposal-function-sent,babel-plugin-proposal-import-defer,babel-plugin-proposal-partial-application,babel-plugin-proposal-throw-expressions,babel-plugin-transform-async-generator-functions,babel-plugin-transform-class-static-block,babel-plugin-transform-dynamic-import,babel-plugin-transform-export-namespace-from,babel-plugin-transform-json-strings,babel-plugin-transform-logical-assignment-operators,babel-plugin-transform-nullish-coalescing-operator,babel-plugin-transform-numeric-separator,babel-plugin-transform-object-rest-spread,babel-plugin-transform-optional-catch-binding,babel-plugin-transform-optional-chaining,babel-plugin-transform-private-property-in-object,babel-preset-envv7.25.7Compare Source
🐛 Bug Fix
babel-helper-validator-identifierbabel-traversebabel-plugin-transform-classessuper()check (@nicolo-ribaudo)babel-generatorinferin compact mode (@nicolo-ribaudo)[no LineTerminator here]after nodes (@nicolo-ribaudo)💅 Polish
babel-types🏠 Internal
babel-core--experimental-require-module(@nicolo-ribaudo)babel-helper-compilation-targets,babel-helper-plugin-utils,babel-preset-envbabel-plugin-proposal-destructuring-private,babel-plugin-syntax-decimal,babel-plugin-syntax-import-reflection,babel-standalonebabel-generator[no LineTerminator here]before nodes (@nicolo-ribaudo)🏃♀️ Performance
babel-plugin-transform-typescriptbabel-typesBABEL_TYPES_8_BREAKINGat startup (@nicolo-ribaudo)react-hook-form/resolvers (@hookform/resolvers)
v3.9.1Compare Source
mantinedev/mantine (@mantine/core)
v7.14.1Compare Source
What's Changed
[@mantine/hooks]use-hotkeys: Fix+sign not being supported (syntax:shift+[plus]) (#7123)[@mantine/core]Popover: Fixstylesprop being handled incorrectly (#7120)[@mantine/charts]FixvalueFormatternot working in point labels of LineChant, AreaChart and CompositeChart components (#6989)[@mantine/core]Popover: FixonOpenandonClosecallbacks being called on each render (#7022, #7111, #7115)[@mantine/core]Menu: FixBlocked aria-hiddenwarning when an interactive element is clicked outside of the Menu.Dropdown when the Menu is opened (#7035)[@mantine/core]Fixtopstyle prop not being conveted to rem (#7112)[@mantine/dates]DateInput: FixdefaultDateprop not working when the value is set tonull(#4426)[@mantine/core]NumberInput: Remove increment/decrement control if value cannot be safely incremented (is larger than Number.MAX_SAFE_INTEGER) (#7033)[@mantine/core]NumberInput: Fix value being reverted to start value if intial component value is a string[@mantine/notifications]FixNotificationDatatype being too broad (#7097)[@mantine/core]RingProgress: AddtransitionDurationprop support (#7103)[@mantine/core]TagsInput: Fix incorrect tag remove logic with duplicated tags (#7105)[@mantine/core]Combobox: Fix incorrectaria-controlsattribute being set on the target element when the dropdown is closed (#7114)New Contributors
Full Changelog: mantinedev/mantine@7.14.0...7.14.1
v7.14.0: 💋Compare Source
View changelog with demos on mantine.dev website
AngleSlider component
New AngleSlider component:
RadialBarChart component
New RadialBarChart component:
FunnelChart component
New FunnelChart component:
Modal.Stack and Drawer.Stack components
New Modal.Stack and Drawer.Stack components simplify usage of multiple modals/drawers at the same time.
Use
Modal.Stackcomponent to render multiple modals at the same time.Modal.Stackkeeps track of opened modals, manages z-index values, focus trappingand
closeOnEscapebehavior.Modal.Stackis designed to be used withuseModalsStackhook.Differences from using multiple
Modalcomponents:Modal.Stackmanages z-index values – modals that are opened later will always have higher z-index value disregarding their order in the DOMModal.Stackdisables focus trap andEscapekey handling for all modals except the one that is currently openedopacity: 0andpointer-events: noneuseModalsStack/useDrawersStack hooks
useModalsStackhook provides an easy way to control multiple modals at the same time.It accepts an array of unique modals ids and returns an object with the following properties:
Example of using
useModalsStackwithModalcomponent:Restrict Slider selection to marks
Slider component now supports
restrictToMarksprop that restricts slider value to marks only.Note that in this case
stepprop is ignored:BarChart SVG pattern fill
BarChart now can be used with SVG pattern fill:
Help center updates
Other changes
onNodeExpandandonNodeCollapsecallbackscheckAllNodes,uncheckAllNodesandsetCheckedStatehandlersgetTreeExpandedStateto generate expanded state based on the tree dataform.replaceListItemhandler to replace list item at given indexv7.13.5Compare Source
What's Changed
[@mantine/core]Update peer dependencies range for react to allow react and react-dom 19 as dependcy[@mantine/core]Fix error in Next.js with React 19 related to ref prop usage in Tooltip, Popover and Combobox components (#7028)[@mantine/core]FileButton: FixresetRefthrowing error if the component is contidionally rendered (#7025)[@mantine/core]Button: Fix incorrect focus styles of Button.Group (#6992)[@mantine/charts]CompositeCharts: Fix missingkeyprop error (#7020)[@mantine/core]NumberInput: Fixmin/maxvalue being bypassed if0has been entered as the first digit (#7021)[@mantine/form]Add useCallback wrapper toform.resetDirty(#7029)[@mantine/core]Combobox: Fix incorrect logic of selected options when the dropdown is closed without selecting value (#7039)[@mantine/charts]BarChart: AddbarLabelColorprop support[@mantine/charts]BarChart: Fix bar label being positioned incorrectly with horizontal orientation (#7042)[@mantine/charts]RadarChart: Fix incorrect series prop type (#7046)[@mantine/form]Add additional type exports from the package (#7062)[@mantine/core]Tabs: FixtabIndexnot being overridden by Tabs.Tab props (#7081)[@mantine/dates]DatePickerInput: FixnextLabelandpreviousLabelprops not being handled correctly (#7082)[@mantine/charts]Update recharts dependency to the latest version to improve Next.js 15 and React 19 supportNew Contributors
Full Changelog: mantinedev/mantine@7.13.4...7.13.5
v7.13.4Compare Source
Next.js 15 support
The documentation and templates have been updated to support Next.js 15 release, for more information visit – https://mantine.dev/guides/next/
Other changes
[@mantine/dates]DatePickerInput: Fix dropdown staying opened after thedisabledprop has been set (#7017)[@mantine/core]NumberInput: Fix incorrect ref node type[@mantine/core]Popover: FixonCloseevent firing incorrectlyFull Changelog: mantinedev/mantine@7.13.3...7.13.4
v7.13.3Compare Source
What's Changed
[@mantine/core]Fix cqw, cqh, cqi, cqb, cqmax and cqmin size units not being handled correctly in style props[@mantine/dates]DateTimePicker: RemovedefaultValueandvalueprops fromtimeInputPropstypes to avoid confusion (#6959)[@mantine/dropzone]Setdata-disabledattribute on the root element ifdisabledprop is set (#6946)[@mantine/core]Modal: Fix default Modal.Root transition being different from Modal component (#6967)[@mantine/core]ColorInput: FixpopoverProps={{ opned: true }}not working (#6968)[@mantine/charts]FixvalueFormatterprop not working correctly withorientation="vertical"in BarChart, AreaChart and LineChart components (#6979)[@mantine/core]Popover: FixonOpennot being called with controlledopenedstate (#6981)[@mantine/core]NumberInput: Fix incorrectminprop handling for large numbers (#6985)[@mantine/dropzone]Add HEIF image mime type (#6977)[@mantine/core]PasswordInput: Fix cursor shifting when the visibility button is clicked on touch devices (#6971)New Contributors
Full Changelog: mantinedev/mantine@7.13.2...7.13.3
v7.13.2Compare Source
What's Changed
[@mantine/dates]DateInput: FixonClickhandler passed togetDayPropsnot being called[@mantine/core]Badge: Fix incorrect cursor styles[@mantine/core]FileInput: AddresetRefprop support[@mantine/core]Popover: FixonClosefunction being called twice with controlled state[@mantine/spotlight]Fix selected index not being reset when the spotlight is closed (#6842)[@mantine/core]Popover: Improve performance of scrolling when large number of closed Popovers are rendered on the same page (#6771)[@mantine/core]Pagination: FixgetItemPropsnot being able to override controlchildrenprop (#6789)[@mantine/core]ScrollArea: FixonBottomReachednot being called if the viewport has decimal px height value (#6792)[@mantine/hooks]use-in-viewport: Fix hook not reacting to node changes (#6926)[@mantine/core]NumberInput: Fix incorrect handling of decimal numbers with more than 15 decimal places (#6823)[@mantine/core]Slider: Fix marks not being aligned correctly (#6909)[@mantine/hooks]use-fullscreen: Fix target node changes being ignored (#6923)[@mantine/core]Badge: Fix incorrect sections alignment forvariant="dot"[@mantine/core]TagsInput: Fix incorrect logic of removing duplicate tags (#6922)[@mantine/core]AppShell: Fix error when Suspense is rendered inside AppShell (#6927)[@mantine/core]Menu: FixonKeyDownprop not working in Menu.Dropdown component (#6910)New Contributors
Full Changelog: mantinedev/mantine@7.13.1...7.13.2
reduxjs/redux-toolkit (@reduxjs/toolkit)
v2.3.0Compare Source
This feature release adds a new RTK Query
upsertQueryEntriesutil to batch-upsert cache entries more efficiently, passes through additional values for use inprepareHeaders, and exports additional TS types around query options and selectors.Changelog
upsertQueryEntriesRTK Query already had an
upsertQueryDatathunk that would upsert a single cache entry. However, some users wanted to upsert many cache entries (potentially hundreds or thousands), and found thatupsertQueryDatahad poor performance in those cases. This is becauseupsertQueryDataruns the full async request handling sequence, including dispatching bothpendingandfulfilledactions, each of which run the main reducer and update store subscribers. That means there's2Nstore / UI updates per item, so upserting hundreds of items becomes extremely perf-intensive.RTK Query now includes an
api.util.upsertQueryEntriesaction that is meant to handle the batched upsert use case more efficiently. It's a single synchronous action that accepts an array of many{endpointName, arg, value}entries to upsert. This results in a single store update, making this vastly better for performance vs many individualupsertQueryDatacalls.We see this as having two main use cases. The first is prefilling the cache with data retrieved from storage on app startup (and it's worth noting that
upsertQueryEntriescan accept entries for many different endpoints as part of the same array).The second is to act as a "pseudo-normalization" tool. RTK Query is not a "normalized" cache. However, there are times when you may want to prefill other cache entries with the contents of another endpoint, such as taking the results of a
getPostslist endpoint response and prefilling the individualgetPost(id)endpoint cache entries, so that components that reference an individual item endpoint already have that data available.Currently, you can implement the "pseudo-normalization" approach by dispatching
upsertQueryEntriesin an endpoint lifecycle, like this:Down the road we may add a new option to query endpoints that would let you provide the mapping function and have it automatically update the corresponding entries.
For additional comparisons between
upsertQueryDataandupsertQueryEntries, see theupsertQueryEntriesAPI reference.prepareHeadersOptionsThe
prepareHeaderscallback forfetchBaseQuerynow receives two additional values in theapiargument:arg: the URL string orFetchArgsobject that was passed in tofetchBaseQueryfor this endpointextraOptions: any extra options that were provided to the base queryAdditional TS Types
We've added a
TypedQueryStateSelectortype that can be used to pre-type selectors for use withselectFromResult:We've also exported several additional TS types around base queries and tag definitions.
What's Changed
TypedQueryStateSelectorhelper type by @aryaemami59 in https://github.com/reduxjs/redux-toolkit/pull/4656Full Changelog: reduxjs/redux-toolkit@v2.2.8...v2.3.0
[
v2.2.8](Configuration
📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.